projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61bbbf8
)
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
author
Paul Eggert
<eggert@twinsun.com>
Sat, 23 Mar 2002 06:49:12 +0000
(06:49 +0000)
committer
Paul Eggert
<eggert@twinsun.com>
Sat, 23 Mar 2002 06:49:12 +0000
(06:49 +0000)
`sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
the latter usage.
lib-src/ChangeLog
patch
|
blob
|
history
diff --git
a/lib-src/ChangeLog
b/lib-src/ChangeLog
index a0c2b26de051df62cf28fcec6dc9861a6ac378a3..f2ac9d90a40f243ff7dc550c92f04d44b95a88ce 100644
(file)
--- a/
lib-src/ChangeLog
+++ b/
lib-src/ChangeLog
@@
-1,3
+1,9
@@
+2002-03-22 Paul Eggert <eggert@twinsun.com>
+
+ * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
+ `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
+ the latter usage.
+
2002-03-12 Francesco Potorti` <pot@gnu.org>
* etags.c (Python_functions): Skip spaces at beginning of lines.